Returns the value of the property with optional index values for indexed properties.
'Declaration
Public Overloads Overrides Function GetValue( _
ByVal As System.Object, _
ByVal () As System.Object _
) As System.Object
public override System.object GetValue(
System.object ,
System.object[]
)
Parameters
- obj
- The object whose property value will be returned.
- index
- Optional index values for indexed properties. This value should be null for non-indexed properties.
Return Value
The property value for the parameter.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2